projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa76876
)
* .bzrignore: Add lib/inttypes.h.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 22 Apr 2011 07:34:26 +0000
(
00:34
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 22 Apr 2011 07:34:26 +0000
(
00:34
-0700)
.bzrignore
patch
|
blob
|
history
ChangeLog
patch
|
blob
|
history
diff --git
a/.bzrignore
b/.bzrignore
index 6a8456322a06dc9378fd21953600f2018140421e..5b3518d242139bacd0981e13e79e5ca489f6f063 100644
(file)
--- a/
.bzrignore
+++ b/
.bzrignore
@@
-50,6
+50,7
@@
lib/deps/
lib/arg-nonnull.h
lib/c++defs.h
lib/getopt.h
+lib/inttypes.h
lib/stdio.h
lib/stdlib.h
lib/sys/
diff --git
a/ChangeLog
b/ChangeLog
index 0e800fc6d5295dfe3a1e3bcaa87d87a947ea1451..bb487c652da3e9c503e6faeb5f312212643da6dc 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-7,6
+7,7
@@
lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
m4/strtoull.m4, m4/strtoumax.m4.
+ * .bzrignore: Add lib/inttypes.h.
2011-04-20 Ken Brown <kbrown@cornell.edu>